@charset "utf-8";

/* Global */
body {
  margin: 0px 0px;
  background-color: #272621;
}


p, a, ul,li, button {
	 font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p,a,h1,h2,h3,h4 {
	color: #E0E0DE;
}

h1,h2,h3,h4 {
  font-family: "Overlock SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
	display: flex;
	align-content: center;
	justify-content: center;
	margin : 0px;
	width: 100vw;
  overflow: hidden;
}

.nav-bar {
	 position: absolute;
	display: flex;
	margin: 30px 0px;
	align-items: center;
}

.navi {
	width: 85%;
	margin: 20px auto;
	align-content: flex;
	display: flex;
}
.nav-links a {
	color: #272621; 
	text-decoration: none;
}
.nav-links a:hover {
	color: #8B8776;
	transform: scale(1.1);
	transition: 0.25s;
}
.nav-links:active {
	color: #705953;
}
.nav-links {
	list-style: none;
	margin: 15px 35px;
	background-color: #E0E0DE;
	color: #272621;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	border-radius: 20px;
}
.cta-button {
	color: #272621;
	background-color: #E0E0DE;
	border-color: #272621;
	padding: 10px 15px;
	font-size: 15px;
	border-radius: 3px;
}
.cta-button:hover {
  background-color: #353207; 
	border-color: #E0E0DE;
	color: #E0E0DE;
  transform: scale(1.05);
	transition: 0.5s;
}
.hero {
	margin: 0px;
	display: block;
	  position: relative;
  text-align: center;
	width: 100vw;
	height: auto;
  overflow: hidden;
	
}
.hero img {
	width: 100%;
  height: 100%;
  object-fit: cover; 
	}
.hero-text {
	text-align: center;
	 position: absolute;
 	 top: 80%;
  	left: 35%;
	right: 35%;
	font-size: 120%;
	color: #E0E0DE;
}
/*CONTACT PAAAAGEGEGGEGE*/

.line {
  width: 980px;
  height: 2px;
  background-color: #E0E0DE;
	justify-content: flex-end;
	margin-left: auto;
	margin-top: 90px;
}

.contact-header {
	display: flex;
}
.GetInTouchwith {
	padding: 0 0 0 100px;
	line-height: 1.5;
}
.akarlogogitw {
	padding: 0 0 0 191px;
	margin-top: -90px;
}
.contact-left{
	justify-content: center;
}

.informations {
	margin-left: 290px;
	max-width: 250px;
}
	.informations a{
		text-decoration: none;
	}
	.informations a:hover {
		color: rosybrown;
		text-decoration: underline;
	}
.informations p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.6;
}

.informations b {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #E0E0DE;
	padding: 5px;
}
	.contact-icons a {
		text-decoration: none;
	}
	.contact-icons a:hover {
		color: rosybrown;
	}
.contact-icons {
  display: flex;
	flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: -10px 0;
}
	.icon-section img:hover{
		transform: scale(1.2);
		transition: 0.5s;
	}

/*RSVP FORM*/

.reservation-form {
  max-width: 350px;
}

.reservation-form h2 {
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  border-bottom: 1px solid #E0E0DE;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.reservation-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reservation-form input,
.reservation-form textarea {
  background: transparent;
  border: 1px solid #888;
  padding: 12px;
  font-size: 16px;
  color: #f0f0f0;
}

.reservation-form textarea {
  resize: none;
  height: 100px;
}

.row {
  display: flex;
  gap: 10px;
}

.row input {
  flex: 1;
}

.reservenow {
  margin-top: 10px;
  padding: 10px 16px;
 	color: #272621;
	background-color: #E0E0DE;
	border-color: #272621;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: fit-content;
	border-radius: 2px;
}

.reservenow:hover {
  background-color: #353207; 
	border-color: #E0E0DE;
	color: #E0E0DE;
	transform: scale(1.05);
	transition: 0.5s;
	border-radius: 2px;
	
}
.paxfillin {
	width: 40%;
}
.full-informations {
	display: flex;
	gap: 150px;
}

.contacts-icons {
	justify-content: center;
}

.icon-section {
	align-items: baseline;
	text-align: center;
	padding-top: 100px;
	justify-content: center;
}

/* Akar Footer */
.akar-footer {
  background-color: #151512;
	color: #E0E0DE;
  padding: 40px 20px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}
.contact-icons {
	align-content: flex;
	display: inline-flex;
}
.icons {
	padding: 5px;
}

.footer-logo {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}

.footer-column h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E0E0DE;
  padding-bottom: 5px;
}

.footer-column p {
  margin: 5px 0;
  line-height: 1.5;
}
.footer-column a{
		text-decoration: none;
	}
		.footer-column a:hover{
		color: rosybrown;
		text-decoration: underline;
	}


@media (max-width: 992px) {
	 .hero img {
    width: 992px;
	height: auto;
  }

  .hero-text {
    font-size: 100%;
    top: 72%;
    left: 20%;
    right: 20%;
  }

  .navi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-links {
    flex-direction: row;
    font-size: 100%;
    margin: 8px 0;
    padding: 4px 25px;
  }

  .cta-button {
    font-size: 15px;
    padding: 7px 10px;
  }

 .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .footer-column {
    min-width: unset;
    width: 100%;
  }
.footer-img {
	width: 100px;
	}
	.footer-column p,
	.footer-column h4 {
		font-size: 100%;
	}

  .footer-img {
    width: 90%;
    margin: 0 auto;
  }

  .icons {
    max-width: 14px;
	 height: auto;
  }
.footer-img {
	width: 100px;
	}
	.akarlogogitw {
		width: 70px;
		margin: 0;
	padding-left: 100px;
			
	}
.contact-left {
	flex-direction: column;
}
	.informations {
		margin-left: 110px;
		margin-top: 30px;
			
	}
	.reservation-form form{
		max-width: 350px;
		padding: 0;
		margin-top: 50px;
	}
}